home *** CD-ROM | disk | FTP | other *** search
- -- background: 2707 from stack: in
- -- bmap block id: 3158
- -- flags: 0000
- -- background id: 0
- -- name: Logbook
- ----- HyperTalk script -----
-
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=14 top=36 right=59 bottom=40
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=70 top=37 right=60 bottom=95
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=40 top=35 right=62 bottom=70
- -- title width / last selected line: 0
- -- icon id / first selected line: 20689 / 20689
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 24 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=140 top=106 right=126 bottom=211
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Impedance
-
-
- -- part 41 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=140 top=168 right=188 bottom=212
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Loss 10
-
-
- -- part 18 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=140 top=138 right=158 bottom=212
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Velocity Factor
-
-
- -- part 50 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=389 top=74 right=94 bottom=454
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Length
-
-
- -- part 51 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=388 top=41 right=61 bottom=453
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Freq
-
-
- -- part 54 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=139 top=75 right=95 bottom=210
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Type
- ----- HyperTalk script -----
- on mouseDown
- send mouseDown to bkgnd button "Line Type:"
- end mouseDown
-
-
-
- -- part 55 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=368 top=197 right=217 bottom=457
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Electrical Length
-
-
- -- part 56 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=315 top=137 right=157 bottom=373
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: c
-
-
- -- part 57 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=58 top=75 right=92 bottom=139
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Line Type:
- ----- HyperTalk script -----
- on mouseDown
- get item 1 of popUp (0,"RG6,RG8,RG8X,RG58,RG59,300 ohm,Custom")
- if it is not empty
- then put it into field "Type"
-
- if field "Type" is "RG6" then
- put "75" into field "Impedance"
- put "75" into field "Velocity Factor"
- put "0.5" into field "Loss 10"
- put "1.7" into field "Loss 100"
- end if
- if field "Type" is "RG8X" then
- put "52" into field "Impedance"
- put "75" into field "Velocity Factor"
- put "0.5" into field "Loss 10"
- put "1.7" into field "Loss 100"
- end if
- if field "Type" is "RG8" then
- put "52" into field "Impedance"
- put "66" into field "Velocity Factor"
- put "0.68" into field "Loss 10"
- put "2.6" into field "Loss 100"
- end if
- if field "Type" is "RG58" then
- put "52" into field "Impedance"
- put "66" into field "Velocity Factor"
- put "1.25" into field "Loss 10"
- put "2.8" into field "Loss 100"
- end if
- if field "Type" is "RG59" then
- put "73" into field "Impedance"
- put "75" into field "Velocity Factor"
- put "1.25" into field "Loss 10"
- put "2.8" into field "Loss 100"
- end if
- if field "Type" is "300 ohm" then
- put "300" into field "Impedance"
- put "82" into field "Velocity Factor"
- put "0.065" into field "Loss 10"
- put "0.55" into field "Loss 100"
- end if
-
- send mouseUp to card "Transmission Line"
- end mouseDown
-
-
-
- -- part 58 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=315 top=168 right=188 bottom=373
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: a
-
-
- -- part 59 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=395 top=137 right=157 bottom=454
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: d
-
-
- -- part 60 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=395 top=169 right=189 bottom=455
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: b
-
-
- -- part 64 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=387 top=226 right=246 bottom=457
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SWR
-
-
- -- part 65 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=313 top=105 right=125 bottom=373
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: e
-
-
- -- part 66 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=395 top=105 right=125 bottom=455
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: f
-
-
- -- part 68 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=140 top=198 right=218 bottom=212
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Loss 100
-
-
- -- part 69 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=140 top=226 right=246 bottom=212
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Line Loss
-
-
- -- part 70 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=141 top=255 right=275 bottom=213
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Total Loss
-
-
- -- part 73 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=141 top=285 right=305 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Reflection Loss
-